Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.core.storage.sql.jdbc.QueryMakerService

Implementation

Class: org.nuxeo.ecm.core.storage.sql.jdbc.QueryMakerServiceImpl

Services

Extension Points

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.storage.sql.jdbc.QueryMakerService"
  version="1.0.0">

  <implementation
    class="org.nuxeo.ecm.core.storage.sql.jdbc.QueryMakerServiceImpl" />

  <service>
    <provide interface="org.nuxeo.ecm.core.storage.sql.jdbc.QueryMakerService" />
  </service>

  <extension-point name="queryMaker">
    <object class="org.nuxeo.ecm.core.storage.sql.jdbc.QueryMakerDescriptor" />
  </extension-point>

</component>